WebTimeControl Xojo Web control

WebTimeControl Class

A time picker control for Xojo web projects.



You need to drag into your project the following files to use the WebTimeControl:
DatePickerBoxStyle.xojo_binary_code
timepicker.js
timepickerstyle.css
TimePickerBoxStyle.xojo_binary_code


Do not rename the timepicker.js, timepickerstyle.css or TimePickerBoxStyle.xojo_binary_code, their names must be timepicker and timepickerstyle once their inside the Xojo solution.


WebControlWrapper
   WebTimeControl

class WebTimeControl

Properties

AMDesignatorProperty to set the localization for the AM Designator.
Is24HourModeIf set to true then 24 hour time will be used without any AM and PM designators.
MinuteStepSizeSets the minute step size.
OverflowMinutesIf set to true then minutes will overflow and affect the hour when passing over their max or min value.
PMDesignatorProperty to set the localization for the PM Designator.
TimeValueUse this property to set or get the time of the control.

Events

SetupParamsThis even is fired to allow you to set Localization parameters on runtime. This event is only place their properties can be called at runtime.
SetupTimePickerBoxStyleThis even is fired to give you chance to supply your own style sheet for the Picker box (The control that is on the screen before you click to go in drop down mode)
ShownThe browser has finished loading or reloading the control.
ValueChangedThis event is fired when a portion or all of the time changes in the control.